Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 33,683 for

saveoptions

(0.13 sec)
  1. PdfDigitalSignatureDetails.signatureDate proper...

    PdfDigitalSignatureDetails.signatureDate property. Gets or sets the date of the signing...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PdfDigitalSignatureHashAlgorithm enumeration | ...

    aspose.words.saving.PdfDigitalSignatureHashAlgorithm enumeration. Specifies a digital hash algorithm used by a digital signature...."digital_signature_details" object of the "SaveOptions" object to # digitally sign...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImageSaveOptions.tiff_binarization_method prope...

    ImageSaveoptions.tiff_binarization_method property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveoptions.save_format](../save_format/) is [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF) and [ImageSaveoptions.tiff_compression](../tiff_compression/) is equal to [TiffCompression.CCITT3](../../tiffcompression/#CCITT3) or [TiffCompression.CCITT4](../../tiffcompression/#CCITT4)....as a TIFF, we can pass a SaveOptions object to # adjust the dithering...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PdfDigitalSignatureDetails.hash_algorithm prope...

    PdfDigitalSignatureDetails.hash_algorithm property. Gets or sets the hash algorithm...."digital_signature_details" object of the "SaveOptions" object to # digitally sign...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImageSaveOptions.tiffBinarizationMethod propert...

    ImageSaveoptions.tiffBinarizationMethod property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveoptions.saveFormat](../saveFormat/) is [SaveFormat.Tiff](../../../aspose.words/saveformat/#Tiff) and [ImageSaveoptions.tiffCompression](../tiffCompression/) is equal to [TiffCompression.Ccitt3](../../tiffcompression/#Ccitt3) or [TiffCompression.Ccitt4](../../tiffcompression/#Ccitt4)....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfDigitalSignatureDetails.reason property | As...

    PdfDigitalSignatureDetails.reason property. Gets or sets the reason for the signing...."digital_signature_details" object of the "SaveOptions" object to # digitally sign...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfDigitalSignatureDetails.location property | ...

    PdfDigitalSignatureDetails.location property. Gets or sets the location of the signing...."digital_signature_details" object of the "SaveOptions" object to # digitally sign...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose.PSD for Java 24.5 - Release Notes|Docume...

    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....PdfOptions saveOptions = new PdfOptions (); saveOptions . setPdfCoreOptions...psdImage . save ( outputFile , saveOptions ); } PSDJAVA-624. Fix the...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  9. Convert HTML To SVG C#

    Convert HTML to SVG format in C# code. Save HTML as SVG using C#....html" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/html-t...
  10. Convert PDF To GIF C#

    Convert PDF to GIF format in C# code. Save PDF as GIF using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...