Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 8,423 for

image scale

(0.1 sec)
  1. ImageWatermarkOptions.IsWashout | Aspose.Words ...

    Discover the IsWashout property of ImageWatermarkOptions. Control your watermark's washout effect effortlessly with this simple boolean setting....create a watermark from an image in the local file system. Document...Document (); // Modify the image watermark's appearance with...

    reference.aspose.com/words/net/aspose.words/ima...
  2. Aspose::Words::Drawing::ImageData::get_Borders ...

    Aspose::Words::Drawing::ImageData::get_Borders method. Gets the collection of borders of the Image. Borders only have effect for inline Images in C++....of the image. Borders only have effect for inline images. System...Shows how to edit a shape’s image data. auto imgSourceDoc = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. NodeRendererBase.opaque_bounds_in_points proper...

    NodeRendererBase.opaque_bounds_in_points property. Gets the opaque bounds of the shape in points....Examples Shows how to measure and scale shapes. doc = aw . Document...) # Verify the size of the image that the OfficeMath object will...

    reference.aspose.com/words/python-net/aspose.wo...
  4. NodeRendererBase.size_in_points property | Aspo...

    NodeRendererBase.size_in_points property. Gets the actual size of the shape in points....Examples Shows how to measure and scale shapes. doc = aw . Document...) # Verify the size of the image that the OfficeMath object will...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.PSD for .NET 23.10 - Release Notes|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PsdImage psdImage = ( PsdImage ) Image . Load ( sourceFile )) { psdImage...using ( PsdImage image = ( PsdImage ) Image . Load ( sourceFile...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  6. ImageData.title property | Aspose.Words for Python

    ImageData.title property. Defines the title of an Image....property Defines the title of an image. @property def title ( self...Shows how to edit a shape’s image data. img_source_doc = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageData.bi_level property | Aspose.Words for ...

    ImageData.bi_level property. Determines whether an Image will be displayed in black and white....property Determines whether an image will be displayed in black and...Shows how to edit a shape’s image data. img_source_doc = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageData.is_link_only property | Aspose.Words ...

    ImageData.is_link_only property. Returns ``True`` if the Image is linked and not stored in the document....property Returns True if the image is linked and not stored in...Shows how to edit a shape’s image data. img_source_doc = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::ImageData::get_GrayScal...

    Aspose::Words::Drawing::ImageData::get_GrayScale method. Determines whether a picture will display in grayScale mode in C++....Shows how to edit a shape’s image data. auto imgSourceDoc = System...Document > ( get_MyDir () + u "Images.docx" ); auto sourceShape =...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Layer group export image error:The rectangle ha...

    我使用的是psd-java,当我把图层组导出为png的时候报错。这是我的代码: for (Layer layer : psdImage.getLayers()) { if (layer instanceof LayerGroup) { count++; LayerGroup layerGroup = (LayerGroup) layer; System.out.println("画板名称: " + laye…...Layer group export image error:The rectangle has no common processing...PNG:" + mergedPngPath); } } image.png (109.1 KB) Professionalize...

    forum.aspose.com/t/layer-group-export-image-err...