Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 5,128 for

less

(0.08 sec)
  1. System::Xml::Schema::XmlSchemaObjectCollection ...

    Public Types | Public Member Functions | List of all members System::Xml::Schema::XmlSchemaObjectCollection Class Ref......ArgumentOutOfRangeEx index is less than zero. or index is greater...ArgumentOutOfRangeEx index is less than zero. ArgumentException...

    reference.aspose.com/barcode/cpp/class/system.x...
  2. Aspose::Words::Drawing::ImageData::get_CropRigh...

    Aspose::Words::Drawing::ImageData::get_CropRight method. Defines the fraction of picture removal from the right side in C++.... Positive values less than 1 will result in the remaining...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose.PDF for .NET 23.8 Release Notes|Aspose.P...

    This page contains new Aspose.PDF for .NET features, enhancement, and bug fixes in 2023, version 23.8....conversion and saving consume less and take less time Enhancement PDFNET-52641...

    docs.aspose.com/pdf/net/aspose-pdf-for-net-23-8...
  4. Java API to Render SVG to XLSB | products.aspos...

    Export SVG to XLSB via Java API without using Microsoft Excel or Adobe Reader...they load faster and consume less bandwidth. This makes SVG particularly...a binary format, it requires less disk space compared to the XML-based...

    products.aspose.com/total/java/conversion/svg-t...
  5. Convert SVG to XLSB via C# API | products.aspos...

    C# API to Convert SVG File to XLSB without using Microsoft Excel or Adobe Reader...they load faster and consume less bandwidth. This makes SVG particularly...a binary format, it requires less disk space compared to the XML-based...

    products.aspose.com/total/net/conversion/svg-to...
  6. Convert SVG to ODS via C# API | products.aspose...

    C# API to Convert SVG File to ODS without using Microsoft Excel or Adobe Reader...they load faster and consume less bandwidth. This makes SVG particularly...quicker to transfer and require less storage space. ODS files offer...

    products.aspose.com/total/net/conversion/svg-to...
  7. CommonSlideViewProperties - Aspose.Slides for A...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....ArgumentOutOfRangeEx - Throws when value less than zero. setScale public final...ArgumentOutOfRangeEx - Throws when value less than zero. getVariableScale...

    reference.aspose.com/slides/androidjava/com.asp...
  8. SmartPtr | Aspose.Slides for C++ API Reference

    Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting Object. This pointer type follows intrusive pointer semantics. Reference counter is stored either in Object itself or in counter structure which is tied to Object instance tightly. In any case, all SmartPtr instances form single ownership group regardLess how they were created which is unlike how std::shared_ptr class behaves. Converting raw pointer to SmartPtr is safe given there are other SmartPtr instances holding shared references to the same object. SmartPtr class instance can be in one of two states: shared pointer and weak pointer. To keep object alive, one should have count of shared references to it positive. Both weak and shared pointers can be used to access pointed object (to call methods, read or write fields, etc.), but weak pointers do not participate to shared pointer reference counting. Object is being deleted when the last 'shared' SmartPtr pointer to it is being destroyed. So, make sure that this doesn't happen when no other shared SmartPtr pointers to object exist, e. g. during object construction or destruction. Use System::Object::ThisProtector sentry objects (in C++ code) or CppCTORSelfReference or CppSelfReference attribute (in C# code being translated) to fix this issue. Similarily, make sure to break loop references by using System::WeakPtr pointer class or System::SmartPtrMode::Weak pointer mode (in C++ code) or CppWeakPtr attribute (in C# code being translated). If two or more objects reference each other using 'shared' pointers, they will never be deleted. If pointer type (weak or shared) should be switched in runtime, use System::SmartPtr::set_Mode() method or System::DynamicWeakPtr class. SmartPtr class doesn't contain any virtual methods. You should only inherit it if you're creating a memory management strategy of your own. This type is a pointer to manage other object's deletion. It should be allocated on stack and passed to functions either by value or by const reference....operator< (Y *) const Provides less-compare semantics for SmartPtr...SmartPtr <Y> const&) const Provides less-compare semantics for SmartPtr...

    reference.aspose.com/slides/cpp/system/smartptr/
  9. BarcodeParameters Class Reference - Aspose.BarC...

    Aspose.Barcode for PHP via Java Generation and Recognition API docs Public Member Functions | Protected Member Functi......WideNarrowRatio parameter value is less than or equal to 0. ◆ getXDimension()...WideNarrowRatio parameter value is less than or equal to 0. ◆ setXDimension()...

    reference.aspose.com/barcode/php/classBarcodePa...
  10. Update XLSB File using Java | products.aspose.com

    Modify XLSB document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....a binary format, it requires less disk space compared to the XML-based...

    products.aspose.com/total/java/update/xlsb/