Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 227,533 for

object

(0.13 sec)
  1. ExtractMessage fails with System.ArgumentNullEx...

    Hi, I’m trying to extract a message after adding it to a folder for verification. After adding the first message, I’m able to successfully extract the message, but the same call fails after adding the second message an…...on the same PersonalStorage object Aspose.Email Product Family...secondMapiMessage = <a new mapi message object> var itemId2 = pst.GetRootFolder()...

    forum.aspose.com/t/extractmessage-fails-with-sy...
  2. How to Find Stable Unique Identifier of Shape O...

    Dear Aspose, Please help us find stable unique identifier of shape Object. When using UniqueId property of shape Object in Presentation this value changes based on shape order and due to that behavior, we can not rely …...Unique Identifier of Shape Object in Presentation? Aspose.Slides...shape object . When using UniqueId property of shape object in Presentation...

    forum.aspose.com/t/how-to-find-stable-unique-id...
  3. How to Instantiate a PowerPoint Presentation Ob...

    @Andrey_Potapov : i have another query code snippet . i want to use URL based pptx file rather than C:\Users\ssanex\Downloads\EclipseWorkSpace\EclipseWorkSpace\ORIGINAL-test.pptx local. Could you please suggest how to u…...Instantiate a PowerPoint Presentation Object by URL? Aspose.Slides Product...

    forum.aspose.com/t/how-to-instantiate-a-powerpo...
  4. Aspose.PDF for .net 21.1 dictionary object usag...

    Need to know which version, if any, of Aspose.PDF for .net fixes this dictionary insert/enumeration problem. Current version in use is 21.1. From MSDN – https://docs.microsoft.com/en-us/dotnet/api/system.collections.g…...1 dictionary object usage not thread safe Aspose...Thread Id: 0x3bd4 (54) RSP/REG Object Name rax 0000006cff0909a8 System...

    forum.aspose.com/t/aspose-pdf-for-net-21-1-dict...
  5. Unable to cast object of type 'Aspose.Drawing.I...

    I try to use OCR on a JPG file, which is inside a MemoryStream which gives me above exception. Codeline: var recognitionResult = recognitionEngine.RecognizeImage(memoryStream, recognitionSettings); Different recogniti…...Unable to cast object of type 'Aspose.Drawing.Imaging.Metafile'...

    forum.aspose.com/t/unable-to-cast-object-of-typ...
  6. Zorder not respected when saving PDF if object ...

    I have the spreadsheet attached and all that I am trying to do is converting it into PDF. For some reason though, the page a shape/picture belongs to, seems to take precedence over the zorder when converting the Workbook…...respected when saving PDF if object covers more than one page Aspose...

    forum.aspose.com/t/zorder-not-respected-when-sa...
  7. Memory Leak while Adding OLE Object Frame Using...

    Hi Team, I am trying to create a ppt with OLE Object frame containing an excel of 2 Million cells (50*40000). For each iteration I could see around 180 Mbs of leak and we try to run this for 20 iterations, we see a tot…...Memory Leak while Adding OLE Object Frame Using Aspose.Slides for...trying to create a ppt with OLE object frame containing an excel of...

    forum.aspose.com/t/memory-leak-while-adding-ole...
  8. Got "XForm object must represent pdf stream" er...

    Got “XForm Object must represent pdf stream” errFamz.pdf (235.3 KB) while parsing attached pdf files. It only failed on attached files. version: Aspose.PDF.22.6 for .Net/C# error message: System.ArgumentException: X…...Got "XForm object must represent pdf stream" error while parsing...2023, 7:02pm #1 Got “XForm object must represent pdf stream”...

    forum.aspose.com/t/got-xform-object-must-repres...
  9. How to Check If an Object in Presentation is a ...

    do we have any function to say if an Object is a table just like has_table in python pptx?...How to Check If an Object in Presentation is a Table Using Aspose...have any function to say if an object is a table just like has_table...

    forum.aspose.com/t/how-to-check-if-an-object-in...
  10. Get the first Field or Table object below the s...

    Here is a VSTO function that I’m trying to translate to Aspose.Words: public Field GetNextField(Range rng, int selStart) { var NextField = (from f in rng.Fields where f.Start > selStart …...Get the first Field or Table object below the specified starting...idea is to get the first Field object that appears after the specified...

    forum.aspose.com/t/get-the-first-field-or-table...